From e90b6d9296d32c9647268134088c0b913f8886ee Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 May 1993 17:04:52 +0000 Subject: [PATCH] (rmail-message-subject-p): Fix typo in string constant. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 7159af4e252..2ee96247aa0 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -105,7 +105,7 @@ SUBJECT is a string of regexps separated by commas." (search-forward "\n*** EOOH ***\n") (narrow-to-region (point) - (progn (search-forward (if whole-message "" "\n\n")) (point))) + (progn (search-forward (if whole-message "\^_" "\n\n")) (point))) (goto-char (point-min)) (if whole-message (re-search-forward subject nil t) (string-match subject (or (mail-fetch-field "Subject") "")) ))) -- 2.30.2